home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / find_call_out < prev    next >
Text File  |  2001-04-06  |  415b  |  15 lines

  1. SYNOPSIS
  2.         int find_call_out(string func)
  3.         int find_call_out(closure func)
  4.  
  5. DESCRIPTION
  6.         Find the first call-out due to be executed for function func
  7.         in the current object, and return the time left. If no call-out
  8.         is found return -1.
  9.  
  10. HISTORY
  11.         Finding a call_out to a closure was introduced in 3.2.1@45.
  12.  
  13. SEE ALSO
  14.         call_out(E), remove_call_out(E), call_out_info(E)
  15.